-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Snyk(Unlimited)] Upgrade dustjs-helpers from 1.5.0 to 1.7.4 #3504
Open
snyk-bot
wants to merge
1
commit into
master
Choose a base branch
from
snyk-upgrade-ff54591e05c99c1b0c41ed04d3f1f3b8(Unlimited)-1576623392308
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Snyk(Unlimited)] Upgrade dustjs-helpers from 1.5.0 to 1.7.4 #3504
snyk-bot
wants to merge
1
commit into
master
from
snyk-upgrade-ff54591e05c99c1b0c41ed04d3f1f3b8(Unlimited)-1576623392308
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snyk has created this PR to upgrade dustjs-helpers from 1.5.0 to 1.7.4. See this package in NPM: https://www.npmjs.com/package/dustjs-helpers See this project in Snyk: https://app.snyk.io/org/auto-upgrade-pr/project/eb07da68-fe3f-4c31-9cbd-5759bd277d43?utm_source=github&utm_medium=upgrade-pr
This was referenced Jan 9, 2021
This was referenced Jan 21, 2022
This was referenced Nov 22, 2022
This was referenced Dec 19, 2023
This was referenced Dec 20, 2023
This was referenced Jan 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade dustjs-helpers from 1.5.0 to 1.7.4.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.The recommended version fixes:
SNYK-JS-MORGAN-72579
Release notes
Package name: dustjs-helpers
Version 1.7.4
Version 1.7.3
Version 1.7.2
Version 1.7.1
Notable Changes
{@select}
New behavior:
key
is no longer required. If it is not provided,key
must be present on individual truth tests inside the select block.type
can be attached to the select to apply it to all truth tests inside (and a truth test can override the type)undefined
and atype
is provided, the undefined value will be cast totype
.{@default}
{@default}
has been removed after being deprecated in 1.6.You can replace
{@default}
with{@none}
in your templates without any change in functionality (but you can have more than one{@none}
block, and only one{@default}
was allowed.){@size}
{@size}
will evaluate Dust template strings and provide the size of the result.{@math}
{@any}
and{@none}
now work inside{@math}
blocks.Notable Changes
dust.makeBase
in Dust <= 2.6.2 (most commonly seen if you use Adaro)Notable Changes
{@select}
state handling.Version 1.6.1
The helpers can now be included as an AMD module alongside Dust 2.6.0 or newer.
New helpers:
{@any}
, which executes if any truth test in a{@select}
block passes.{@none}
, the opposite{@first}
, executes on the first iteration of a loop{@last}
... you get the ideaRemoved helpers: https://github.com/linkedin/dustjs-helpers/wiki/Deprecated-Features
{@if}
(use other truth test helpers or context helpers instead){@idx}
(use {$idx}, a Dust core built-in, insteadNote: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs